projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b718d99
)
gtk-demo: Font rendering - expand docs
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 5 Sep 2021 02:59:26 +0000
(22:59 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 5 Sep 2021 03:05:55 +0000
(23:05 -0400)
demos/gtk-demo/fontrendering.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/fontrendering.c
b/demos/gtk-demo/fontrendering.c
index 0901de0fb9095ec50593a7bd21be8707231478f1..fa3fb9408252fcab6288ae4d126525ebf53fae38 100644
(file)
--- a/
demos/gtk-demo/fontrendering.c
+++ b/
demos/gtk-demo/fontrendering.c
@@
-1,6
+1,11
@@
/* Pango/Font Rendering
*
- * Demonstrates various aspects of font rendering.
+ * Demonstrates various aspects of font rendering,
+ * such as hinting, antialiasing and grid alignment.
+ *
+ * The demo lets you explore font rendering options
+ * interactively to get a feeling for they affect the
+ * shape and positioning of the glyphs.
*/
#include <gtk/gtk.h>